home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-22 | 1.9 KB | 49 lines | [TEXT/TCEd] |
- #--------------------------------------------------------------
- # Description of the Preditor Macro language
- #
- # by Thomas Carstensen May 14, 1989
- #--------------------------------------------------------------
-
- LANGUAGE Macro
-
- EXTENSION .mac .mcr .m
-
- COMMENT ONELINE '#' '¬' 50
- COMMENT /* */
-
- BRACKET [ ]
- BRACKET ( )
- BRACKET If End
- BRACKET While End
- Bracket For End
-
- QUOTE ' '
- QUOTE " "
-
- RESERVED activate addmenu alert align arrange \
- autosave bracket break case clear \
- clipboard close collapse confirm continue \
- convert copy cut date delete \
- deleteformat deletemenu echo else elseif \
- end endmenu execute expand export \
- for format getlistitem glossary goto \
- help hide if impossibles insert \
- key label language length macrodir \
- mark markers match new newformat \
- null open pcmd pageformat paste \
- placecomment placewindow position print quit \
- redo reformat rename request return \
- revert save search select setbrackets \
- setdir shift splitwindow substring tab \
- target template transpose undo undolevel \
- unexport unmark valid while windows \
- zoomwindow
-
- DESCRIPTION " The Macro Programming Lanuage written by Thomas Carstensen" \
- " Monday, May 29, 1989"
-
- TEMPLATES
- If -> 'If (' ^ ')' [1] ^ [-1] End
- While -> 'While (' ^ ')' [1] ^ [-1] End
- For -> 'For (' ^ ', ' ^ ')' [1] ^ [-1] End
-